home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / SystemInformation.exe / 0 / RCDATA / TFRMGENERATEREPORT / TFRMGENERATEREPORT.txt
Text File  |  2008-10-30  |  4KB  |  141 lines

  1. object frmGenerateReport: TfrmGenerateReport
  2.   Left = 333
  3.   Top = 309
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Generate Report'
  7.   ClientHeight = 281
  8.   ClientWidth = 528
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   Scaled = False
  19.   DesignSize = (
  20.     528
  21.     281)
  22.   PixelsPerInch = 96
  23.   TextHeight = 16
  24.   object shpTopLine: TShape
  25.     Left = 0
  26.     Top = 232
  27.     Width = 530
  28.     Height = 1
  29.   end
  30.   object axHeader: TAxSmoothLabel
  31.     Left = 16
  32.     Top = 10
  33.     Width = 133
  34.     Height = 19
  35.     Quality = smMMXSmoothing4x
  36.     Caption = 'Generate Report'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = 11823428
  39.     Font.Height = -16
  40.     Font.Name = 'Verdana'
  41.     Font.Style = []
  42.     ParentFont = False
  43.   end
  44.   object axDescription: TAxLabel
  45.     Left = 16
  46.     Top = 42
  47.     Width = 501
  48.     Height = 39
  49.     WordWrap = True
  50.     Transparent = False
  51.     AutoSize = False
  52.     Anchors = [akLeft, akTop, akRight, akBottom]
  53.     Caption = 
  54.       #1057' '#1087#1086#1084#1086#1097#1100#1102' '#1076#1072#1085#1085#1086#1075#1086' '#1084#1072#1089#1090#1077#1088#1072' '#1074#1099' '#1084#1086#1078#1077#1090#1077' '#1087#1086#1083#1091#1095#1080#1090#1100' '#1086#1090#1095#1077#1090' '#1086' '#1074#1072#1096#1077#1081' '#1089#1080#1089#1090#1077 +
  55.       #1084#1077' '#1074' '#1074#1080#1076#1077' '#1076#1086#1082#1091#1084#1077#1085#1090#1072'.'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clWindowText
  58.     Font.Height = -13
  59.     Font.Name = 'Arial'
  60.     Font.Style = []
  61.     ShowAccelChar = True
  62.     ParentFont = False
  63.   end
  64.   object axGetInfo: TAxLabel
  65.     Left = 20
  66.     Top = 192
  67.     Width = 255
  68.     Height = 16
  69.     LinkColor = 14509568
  70.     LabelType = ltLink
  71.     WordWrap = False
  72.     Transparent = False
  73.     Caption = 'How do I use the system information report?'
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clWindowText
  76.     Font.Height = -13
  77.     Font.Name = 'Arial'
  78.     Font.Style = []
  79.     ShowAccelChar = True
  80.     ParentFont = False
  81.     OnClick = axGetInfoClick
  82.   end
  83.   object selHtml: TRadioButton
  84.     Left = 40
  85.     Top = 92
  86.     Width = 230
  87.     Height = 17
  88.     Caption = #1087#1086#1083#1091#1095#1080#1090#1100' '#1086#1090#1095#1077#1090' '#1074' '#1092#1086#1088#1084#1072#1090#1077' HTML'
  89.     Checked = True
  90.     TabOrder = 0
  91.     TabStop = True
  92.   end
  93.   object selXml: TRadioButton
  94.     Left = 40
  95.     Top = 124
  96.     Width = 230
  97.     Height = 17
  98.     Caption = #1087#1086#1083#1091#1095#1080#1090#1100' '#1086#1090#1095#1077#1090' '#1074' '#1092#1086#1088#1084#1072#1090#1077' XML'
  99.     TabOrder = 1
  100.   end
  101.   object selText: TRadioButton
  102.     Left = 40
  103.     Top = 156
  104.     Width = 230
  105.     Height = 17
  106.     Caption = #1087#1086#1083#1091#1095#1080#1090#1100' '#1086#1090#1095#1077#1090' '#1074' '#1092#1086#1088#1084#1072#1090#1077' '#1090#1077#1082#1089#1090
  107.     TabOrder = 2
  108.   end
  109.   object Panel1: TPanel
  110.     Left = 0
  111.     Top = 233
  112.     Width = 528
  113.     Height = 48
  114.     Align = alBottom
  115.     BevelOuter = bvNone
  116.     Color = 15132390
  117.     ParentBackground = False
  118.     TabOrder = 3
  119.     object btnGetReport: TButton
  120.       Left = 292
  121.       Top = 11
  122.       Width = 107
  123.       Height = 25
  124.       Caption = #1055#1086#1083#1091#1095#1080#1090#1100' '#1086#1090#1095#1077#1090
  125.       TabOrder = 0
  126.       OnClick = btnGetReportClick
  127.     end
  128.     object btnClose: TButton
  129.       Left = 408
  130.       Top = 11
  131.       Width = 107
  132.       Height = 25
  133.       Cancel = True
  134.       Caption = #1054#1090#1084#1077#1085#1072
  135.       ModalResult = 2
  136.       TabOrder = 1
  137.       OnClick = btnCloseClick
  138.     end
  139.   end
  140. end
  141.